html,
body {
    font-family: "Montserrat", sans-serif !important;
    /*height: 100px;*/
    /*overflow-y: visible;*/
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.menu-shrink {
    background: #fff !important;
    padding: .5rem 1rem;
    box-shadow: 0px 0px 10px 0px #cd9a2e;
}

/** rÃ©Ã©criture de la fonction nav **/
.nav-link {
    color: #050159 !important;
    background: transparent !important;
    /*border-radius: 2em;*/
}

.active {
    color: inherit !important;
    /*background: #cb982d!important;*/
    border-bottom: 5px solid #cb982d !important;
}

.active .nav-link {
    color: inherit !important;
    background: transparent !important;
}

.nav-item {
    padding: .092rem !important;
    margin: .3rem !important;
    /*border-radius: 2em;*/
}

/** rÃ©Ã©criture de la fonction **/
/*
* Couleur principal du simulateur
*/
.ws-nsia-main-bg {
    background: #050159 !important;
}

.ws-nisa-box-shadow-default {
    box-shadow: 0px 0px 10px 0px #cd9a2e;
}

/*
* Couleur secondaire du simulateur
*/
.ws-nsia-second-bg {
    background: #fe8500 !important;
}

.ws-nsia-gray-bg {
    background-color: #f5f7fb !important;
}

.ws-nsia-padding-100 {
    padding: 100px 0;
}

.ws-nsia-padding-top-100 {
    padding-top: 100px !important;
}

.ws-nsia-padding-top-50 {
    padding-top: 50px !important;
}

.ws-nsia-btn-orange {
    background: #fe8500 !important;
}

.ws-nsia-padding-50 {
    padding: 50px 0;
}

.ws-nsia-bg-gray-1 {
    background: rgba(0, 0, 0, .7);
}

.ws-nsia-h2 {
    background: #f6944a;
    background: -moz-linear-gradient(to right, #f7b733, #f6944a);
    background: -webkit-linear-gradient(to right, #f7b733, #f6944a);
    background: -webkit-gradient(linear, 100% 0, 0 0, from(#f7b733), to(#f6944a));
    background: -o-linear-gradient(to right, #f7b733, #f6944a);
    background: linear-gradient(to right, #f7b733, #f6944a);
    height: 3px;
    left: 0;
    position: absolute;
    width: 30px;
}

.ws-nsia-footer {
    background-color: #242962;
    color: #ffffff;
}

.single-feature {
    padding: 25px 15px;
    position: relative;
    text-align: center;
    margin-bottom: 30px;
    transition: .3s;
    -webkit-transition: .3s;
    box-shadow: 0 0 20px rgba(25, 25, 112, .2);
    border-radius: 10px;
}

.single-feature:hover {
    box-shadow: 0 0 20px #cb982d;
}

.ws-nsia-section {
    background-image: url(../images/landing-f.png);
    /*background-image: url(../images/corner-4.png);*/
    /*height: auto;*/
    /*height: 770px;*/
    min-height: 96vh;
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
    padding-top: 10rem;
    top: 0;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.ws-nsia-section h1 span {
    /*color: #f58936;*/
    color: #021f42;
    font-size: 40px;
    font-weight: 700;
}

.ws-nsia-booticon-outline {
    background-color: transparent;
    border: 1px solid #cdbfe3;
}

.ws-nsia-orange {
    background-color: #d70000 !important;
    color: #ffffff;
}

.ws-nsia-font-40 {
    font-size: 40px !important;
}

.ws-nsia-border-rounded {
    border-radius: 2em !important;
}

.ws-nsia-about-bg {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, transparent 80%, transparent 100%), url(../images/about.jpg) center;
}

.default-header {
    padding: 100px 0;
    background-size: cover !important;
}

.card {
    font-size: 1em;
    overflow: hidden;
    padding: 0;
    border: none;
    border-radius: .28571429rem;
    box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
}

.app-about-text span {
    font-size: 2em;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, .2);
    color: #b06ab3;
}

.card-block {
    font-size: 1em;
    position: relative;
    margin: 0;
    padding: 1em;
    border: none;
    border-top: 1px solid rgba(34, 36, 38, .1);
    box-shadow: none;
}

.card-img-top {
    display: block;
    width: 100%;
    height: auto;
}

.card-title {
    font-size: 1.28571429em;
    font-weight: 700;
    line-height: 1.2857em;
}

.card-text {
    clear: both;
    margin-top: .5em;
    color: rgba(0, 0, 0, .68);
}

.card-footer {
    font-size: 1em;
    position: static;
    top: 0;
    left: 0;
    max-width: 100%;
    padding: .75em 1em;
    color: rgba(0, 0, 0, .4);
    border-top: 1px solid rgba(0, 0, 0, .05) !important;
    background: #fff;
}

.card-inverse .btn {
    border: 1px solid rgba(0, 0, 0, .05);
}

.profile {
    position: absolute;
    top: -12px;
    display: inline-block;
    overflow: hidden;
    box-sizing: border-box;
    width: 25px;
    height: 25px;
    margin: 0;
    border: 1px solid #fff;
    border-radius: 50%;
}

.profile-avatar {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.profile-inline {
    position: relative;
    top: 0;
    display: inline-block;
}

.profile-inline~.card-title {
    display: inline-block;
    margin-left: 4px;
    vertical-align: top;
}

.text-bold {
    font-weight: 700;
}

.text-ecom-color-two {
    color: #cd9a2e !important;
}

.meta {
    font-size: 1em;
    color: rgba(0, 0, 0, .4);
}

.meta a {
    text-decoration: none;
    color: rgba(0, 0, 0, .4);
}

.ws-nsia-modal {
    background-color: rgba(211, 158, 10, .0401);
}

.ws-nsia-cardproduct-footer {
    width: 100%;
    background: #0E225E;
    border: 1px solid rgba(211, 158, 10, .8201);
    color: #cb982d;
}

.ws-nsia-cardproduct-footer:hover {
    background: #0E225E;
    border: 1px solid rgba(211, 158, 10, .8201);
    color: #cb982d;
    /*background:#0E225E;
    border: 1px solid #0E225E;
    color: #d39e0a;*/
}

.ws-nsia-font-13 {
    font-size: 13px;
}

/** Register **/
div.header-lined h1 {
    color: #5e58aa;
    font-weight: 700;
}

/** /Register **/
/* =============================================================== */
/* FOOTER
/* =============================================================== */
.f-footer {
    background-color: transparent;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    color: #000000 !important;
    box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.3);
}

.f-border {
    border-top: 1px solid #fe8500 !important;
}

.f-overlay {
    bottom: 0px;
    left: 0px;
    right: 0px;
    top: 0px;
    position: fixed;
    z-index: 999;
    background: rgba(0, 0, 0, .75) !important;
}

.f-loader {
    position: fixed;
    top: 40vh;
    z-index: 9999;
}

.f-bg-transparent {
    background-color: rgba(255, 255, 255, 0.66) !important;
}

.logo-ban {
    max-width: 445;
    min-width: 445;
    max-height: 226;
    min-height: 226;
}

.form_span {
    color: red !important;
}

.change {
    display: flex;
    justify-content: flex-end;
}

.ui-datepicker-calendar {
    display: none;
}

#msform input {
    text-align: center;
    font-size: 16px;
    font-weight: bolder;
}

#msform input[target-autonumber="true"] {
    color: red;
}

.errorText {
    color: red;
}


#msform select {
    font-size: 16px;
    font-weight: bolder;

}

.labelTitle {
    display: flex;
}

.btn-naf {
    padding-right: 5px !important;
    padding-left: 5px !important;
}

.bd{
    height: 15px;
    margin: 0px !important;
    padding: 0px !important;
}


@media only screen and (max-width: 700px) {
    .ws-nsia-section {
        min-height: 96vh;
        height: auto !important;
    }

    .f-footer {
        position: static;
        bottom: 0;
    }
}

/* === BASE HEADING === */
div .empty {
    position: relative;
    background: #f8f8f8;
    width: 90%;
    max-width: 500px;
    padding: 2em;
    margin: 1.5em auto;
    border: 3px solid rgba(0, 0, 0, 0.08);
}

.title h1 {
    position: relative;
    padding: 0;
    margin: 0;
    font-family: "Raleway", sans-serif;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
    word-spacing: 1px;
    letter-spacing: 2px;
    color: #c50000;
}

.title h1 span {
    display: block;
    line-height: 2em;
    padding-bottom: 15px;
    text-transform: none;
    font-size: .7em;
    font-weight: normal;
    font-style: italic;
    font-family: "Playfair Display", "Bookman", serif;
    color: #999;
    letter-spacing: -0.005em;
    word-spacing: 1px;
    /*letter-spacing: none;*/
}


.title h1 em {
    font-style: normal;
    font-weight: 600;
}

.title h1:after,
.title h1:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 45px;
    height: 4px;
    content: "";
    right: 45px;
    margin: auto;
    background-color: #ccc;
}

.title h1:before {
    background-color: #d78b8b;
    left: 45px;
    width: 90px;
}
